home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day13 / smtptest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-08  |  753 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef SMTPTestH
  3. #define SMTPTestH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm1 : public TForm
  11. {
  12. __published:    // IDE-managed Components
  13. private:    // User declarations
  14. public:        // User declarations
  15.         __fastcall TForm1(TComponent* Owner);
  16. };
  17. //---------------------------------------------------------------------------
  18. extern PACKAGE TForm1 *Form1;
  19. //---------------------------------------------------------------------------
  20. #endif
  21.